EMT Practice Test

1. Question Content...


Question List

Question1: Which of the core storefront features does Spartacus support? Note: There are 3 correct answers to this question.

Question2: What happens when you use a deployment tag in the items.xml file? Note: There are 2 correct ====== answers to this question.

Question3: You updated a price row for a particular product using the Backoffice Product Cockpit and also made sure the cronjob for synchronizing the involved product catalog was executed sucessfully.
When you visit the category page containing the specific product, you discover that its new price value is NOT properly displayed. How can you fix this issue?

Question4: When you are defining properties in manifest.json, which of the following attributes are you allowed to use? Note: There are 3 correct answers to this question.

Question5: Your solution has been live for a significant period of time. Now you need to update project data across multiple environments, but this update should only be executed once. What is the recommended approach for updating the project data?

Question6: What is the recommended way to deploy Solr in a production environment? Note: There are 2 correct answers to this question.

Question7: Which of the following are valid types of environments in SAP Commerce Cloud in the public cloud? Note: There are 3 correct answers to this question.

Question8: In Integration API Module, which of the following API verbs are controlled by access rights? Note:
There are 2 correct answers to this question.

Question9: To install and configure the Solr server in cloud mode, which sequence of steps should you use?

Question10: What can you do within the integration UI Tool in Backoffice? Note: There are 2 correct answers to this question.

Question11: What can you configure on the Endpoint Configuration page in Cloud Portal? Note: There are 3 correct answers to this question.

Question12: How are relations modeled in the database? Note: There are 2 correct answers to this question.

Question13: How does SAP Commerce cloud, composable storefront compare to the SAP Commerce Cloud Accelerators? Note: There are 2 correct answers to this question.

Question14: How can CronJobs be started or aborted? Note: There are 3 correct answers to this question.

Question15: What is the purpose of the dynamic forms in the Backoffice?======

Question16: Which of the following items are configured via a direct relation to a BaseStore? Note: There are 3 ======= correct answers to this question.

Question17: You want to add a new feature using a classification system. What should you pay attention to? Note: There are 2 correct answers to this question.

Question18: To define the data that gets extracted into the Solr index for searching, what do you need to provide? Note: There are 2 correct answers to this question.

Question19: Which of the following steps could be included in the process of installing an AddOn? Note: There ======= are 3 correct answers to this question.

Question20: Which of the following relations are defined in the data model for personalization (based on ====== SmartEdit)? Note: There are 2 correct answers to this question.

Question21: The miniature car replicas your company sells on its site are now available in a choice of colors, each at a different price point. You wish your product page to allow your customers to select the color before adding the replica to the cart. To complicate things, your boss won't let you restart your production servers to add this functionality. What entities would you have to create to achieve this?

Question22: You are creating an extension with a web module. What do you need to ensure? Note: There are 2 correct answers to this question.

Question23: What can you do in the Builds workspace in Cloud Portal? Note: There are 2 correct answers to this question.

Question24: Which services are included in the basecommerce extension to address customer services functionality? Note: There are 3 correct answers to this question.

Question25: When a customer places an order using the default order management process defined in the Y accelerator fulfilment process extension, when does the fulfillment process send the notification that the order has been placed?

Question26: You are creating a business process (mybusinessprocess) that requires an action (actionB) to pass an info String value to another action (actionE) occurring later in the process. What do you need to do to make this possible? Note: There are 2 correct answers to this question.

Question27: Why are rule-aware objects (RAOs) used in the rule engine? Note: There are 2 correct answers to this question.

Question28: Assuming that property impex.legacy.scripting is set to false and 'Enable code execution' is checked, what are the results of the following ImpEx script? INSERT_UPDATE Title;code[unique=true] #%groovy% beforeEach: line.clear(); ;foo; ;bar; ;baz;

Question29: What causes item data to be invalidated in the SAP Commerce Cloud entity cache? Note: There are =====
2 correct answers to this question.

Question30: How many category items will the following ImpEx create?
$prodCat=electronicsProductCatalog
$version=Staged
$catVersion=catalogVersion(catalog(id[default=$prodCat]),version[default=$version]) INSERT_UPDATE Category;code[unique=true];$catVersion[unique=true]
;test_category;electronicsProductCatalog
;test_category;apparelProductCatalog:$version
;test_category;:Online
;test_category;

Question31: You are implementing a new custom promotion action that changes the delivery mode of an order. What steps are required to make sure that the effects of this action are reverted as soon as the condition that triggered it is NO longer fulfilled? Note: There are 2 correct answers to this question.

Question32: How can you start a business process in SAP Commerce Cloud? Note: There are 2 correct answers to this question.

Question33: You need to create a new custom promotion based on customer reviews for a product. You create a customPromotion extension with a new Rule Aware Object to keep customer reviews. In which file will you define this new Rule Aware Object?